crypto/internal/nistec.P256Point.x (field)

18 uses

	crypto/internal/nistec (current package)
		p256_asm.go#L45: 	x, y, z p256Element
		p256_asm.go#L51: 		x: p256One, y: p256One, z: p256Zero,
		p256_asm.go#L57: 	p.x = p256Element{0x79e730d418a9143c, 0x75ba95fc5fedb601,
		p256_asm.go#L67: 	p.x, p.y, p.z = q.x, q.y, q.z
		p256_asm.go#L94: 		p256BigToLittle(&r.x, (*[32]byte)(b[1:33]))
		p256_asm.go#L96: 		if p256LessThanP(&r.x) == 0 || p256LessThanP(&r.y) == 0 {
		p256_asm.go#L99: 		p256Mul(&r.x, &r.x, &rr)
		p256_asm.go#L101: 		if err := p256CheckOnCurve(&r.x, &r.y); err != nil {
		p256_asm.go#L110: 		p256BigToLittle(&r.x, (*[32]byte)(b[1:33]))
		p256_asm.go#L111: 		if p256LessThanP(&r.x) == 0 {
		p256_asm.go#L114: 		p256Mul(&r.x, &r.x, &rr)
		p256_asm.go#L117: 		p256Polynomial(&r.y, &r.x)
		p256_asm.go#L491: 	p256Mul(x, &p.x, x)
		p256_asm.go#L515: 	p256Mul(x, &p.x, x)
		p256_asm.go#L628: 	p.x, p.y, p.z = t0.x, t0.y, p256One